Student Solution

-->

"Education is the most powerful weapon which you can use to change the world”
– Nelson Mandela

1 University

1 Course

1 Subject

Module 2 - Lesson 2

Module 2 - Lesson 2

Q Question 1 5 / 5 pts Which command searches for and displays any text contents of a binary file? Question 2 5 / 5 pts After typing the ls –a command, you notice a file whose file name begins with a dot ( . ). What does this mean? Question 3 5 / 5 pts After typing the ls –F command, you notice a file name that ends with an * (asterisk) character. What does this mean? Question 4 5 / 5 pts If “resume” is the name of a file in the home directory off the root of the file system and your present working directory is home, what is the relative name for the file named resume?

View Related Questions

Solution Preview

1.strings Correct. The strings command searches for and displays any text contents of a binary file. 2.It is a hidden file. Correct. After typing the ls –a command, a file whose file name begins with a dot ( . ) is a hidden file. 3.It is an executable file. Correct. After typing the ls –F command, a file name that ends with an * (asterisk) character is an executable file.